projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd57ef3
)
* net/eww.el (eww-list-bookmarks): Autoload.
author
Yoni Rabkin
<yrk@gnu.org>
Mon, 3 Nov 2014 13:22:43 +0000
(08:22 -0500)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Mon, 3 Nov 2014 13:22:43 +0000
(08:22 -0500)
lisp/ChangeLog
patch
|
blob
|
history
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 3c59a73d4358c962f230d3312c91fd01ffdefcac..ffea1b323ad88bf59f9ada13e7d554c639d1e611 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2014-11-03 Yoni Rabkin <yrk@gnu.org>
+
+ * net/eww.el (eww-list-bookmarks): Autoload.
+
2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index 2e4a7d76d8da30f506978d92170fd57dee08898e..f319d68e1fb5c47cb522e11d2c97d1900249361d 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-1205,6
+1205,7
@@
Differences in #targets are ignored."
(insert-file-contents file)
(read (current-buffer)))))))
+;;;###autoload
(defun eww-list-bookmarks ()
"Display the bookmarks."
(interactive)